From: Lars Ingebrigtsen Date: Thu, 27 Jun 2019 14:28:22 +0000 (+0200) Subject: Revert "Apply font-lock in hexl-mode buffers" X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~2580 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=50ade7afc15697fe820c510cdaf98d50d24e4a64;p=emacs.git Revert "Apply font-lock in hexl-mode buffers" This reverts commit 573de396f03684efa89ead24a371b0f4c9bf8d5d. The change wasn't necessary -- the hexl-mode buffer is automatically fontified. --- diff --git a/lisp/hexl.el b/lisp/hexl.el index 5ba0ef5b2a8..ee5a9c0fce2 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -374,8 +374,6 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode. "hexl-current-address") (if hexl-follow-ascii (hexl-follow-ascii-mode 1))) - (when global-font-lock-mode - (font-lock-ensure)) (run-mode-hooks 'hexl-mode-hook))